home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / Cell Control / DATA1.CAB / VCDEMO_Files / FormulaDlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-11  |  1.3 KB  |  54 lines

  1. //{{AFX_INCLUDES()
  2. #include "cell.h"
  3. //}}AFX_INCLUDES
  4. #if !defined(AFX_FORMULADLG_H__78A60F05_CF7F_11D1_8DD8_444553540000__INCLUDED_)
  5. #define AFX_FORMULADLG_H__78A60F05_CF7F_11D1_8DD8_444553540000__INCLUDED_
  6.  
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10. // FormulaDlg.h : header file
  11. //
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CFormulaDlg dialog
  15.  
  16. class CFormulaDlg : public CDialog
  17. {
  18. // Construction
  19. public:
  20.     CFormulaDlg(CWnd* pParent = NULL);   // standard constructor
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CFormulaDlg)
  24.     enum { IDD = IDD_DIALOG_FORMULA };
  25.     CCell    m_ctrl;
  26.     CString    m_exprstr;
  27.     CString    m_result;
  28.     //}}AFX_DATA
  29.  
  30.  
  31. // Overrides
  32.     // ClassWizard generated virtual function overrides
  33.     //{{AFX_VIRTUAL(CFormulaDlg)
  34.     protected:
  35.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  36.     //}}AFX_VIRTUAL
  37.  
  38. // Implementation
  39. protected:
  40.  
  41.     // Generated message map functions
  42.     //{{AFX_MSG(CFormulaDlg)
  43.     virtual BOOL OnInitDialog();
  44.     afx_msg void OnButtonCalc();
  45.     afx_msg void OnButtonExprhelp();
  46.     //}}AFX_MSG
  47.     DECLARE_MESSAGE_MAP()
  48. };
  49.  
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  52.  
  53. #endif // !defined(AFX_FORMULADLG_H__78A60F05_CF7F_11D1_8DD8_444553540000__INCLUDED_)
  54.